CG_ANNOTATE(1) | Release 3.8.0 | CG_ANNOTATE(1) |
NAME¶
cg_annotate - post-processing tool for Cachegrind
SYNOPSIS¶
cg_annotate [options] cachegrind-out-file [source-files...]
DESCRIPTION¶
cg_annotate takes an output file produced by the Valgrind tool Cachegrind and prints the information in an easy-to-read form.
OPTIONS¶
-h --help
--version
--show=A,B,C [default: all, using order in cachegrind.out.<pid>]
--sort=A,B,C [default: order in cachegrind.out.<pid>]
--threshold=X [default: 0.1%]
Note: thresholds can be set for more than one of the events by appending any events for the --sort option with a colon and a number (no spaces, though). E.g. if you want to see each function that covers more than 1% of LL read misses or 1% of LL write misses, use this option:
--sort=DLmr:1,DLmw:1
--auto=<no|yes> [default: no]
--context=N [default: 8]
-I<dir> --include=<dir> [default: none]
SEE ALSO¶
valgrind(1), $INSTALL/share/doc/valgrind/html/index.html or http://www.valgrind.org/docs/manual/index.html.
AUTHOR¶
Nicholas Nethercote.
09/18/2012 | Release 3.8.0 |